home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-10-08 | 385 b | 13 lines | [TEXT/MPS ] |
- /* MainMenu.h */
- /* Created 9/28/91 10:03 AM by AppMaker */
-
- /* This module is used only for compiling the AppMaker library.*/
- /* It is not actually part of the library. It is replaced at linktime*/
- /* by a MainMenu.h generated for your specific application.*/
-
- /*----------*/
- void InitTitles (void);
- void LoadMenus (void);
- void DoMenu (long MenuChoice);
- void UpdateMenus (void);
-